Skip to content

Execute the IE TypedArray polyfill directly #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

jamesdbrock
Copy link
Member

@jamesdbrock jamesdbrock commented Sep 21, 2021

Execute the IE TypedArray polyfill directly because the polyFill() function gets dead-code-eliminated by purs bundle in purs 0.14.4.

This library will now pass this test for purs 0.14.4, and still passes for 0.14.3.

Resolves #34

Because the polyFill() function gets dead-code-eliminated by `purs
bundle` in purs 0.14.4.
@jamesdbrock
Copy link
Member Author

There is also #36 to resolve the same issue. We should choose one. I prefer #36 .

@jamesdbrock jamesdbrock deleted the polyfill-dce branch September 21, 2021 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Polyfill is not defined when using spago bundle-app
1 participant